home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1994 October
/
Macformat17.cdr
/
Shareware City
/
Developers
/
xlispmac
/
src
/
Add to xlisp.h
next >
Wrap
Text File
|
1994-06-11
|
530b
|
22 lines
Add the following code to the file "xlisp.h", right before the line that reads:
/*>>>>>>> For other systems -- You are on your own! */
/* Mac THINK C version 7 */
#ifdef THINK_C
#include <stdlib.h>
#define LSC
#undef PATHNAMES
#undef FILETABLE
#undef SAVERESTORE
#undef MEDMEM
#define EDEPTH 4000
#define ADEPTH 3000
#define OSAOPEN osaopen
#define OSBOPEN osbopen
extern FILE *osaopen (char *name, char *mode);
extern FILE *osbopen (char *name, char *mode);
#define NO_EXTENSIONS /* don't add ".lsp" onto filenames */
#endif